From a443eb8602841e4c0af6b96f9d6c9def42cc1130 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 18 Nov 2010 11:56:31 +0100 Subject: [PATCH] open-with-dialog: remove old declarations --- gtk/gtkopenwithdialog.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/gtk/gtkopenwithdialog.h b/gtk/gtkopenwithdialog.h index d566bfbab5..83671846e5 100644 --- a/gtk/gtkopenwithdialog.h +++ b/gtk/gtkopenwithdialog.h @@ -65,18 +65,6 @@ struct _GtkOpenWithDialogClass { gpointer padding[16]; }; -/** - * GtkOpenWithDialogMode: - * @GTK_OPEN_WITH_DIALOG_MODE_SELECT_ONE: the dialog is used for a single file - * or content type; a checkbox can be used to remember the selection for all similar items. - * @GTK_OPEN_WITH_DIALOG_MODE_SELECT_DEFAULT: the dialog is used to set a default - * application for a given file, or content type. - */ -typedef enum { - GTK_OPEN_WITH_DIALOG_MODE_SELECT_ONE, - GTK_OPEN_WITH_DIALOG_MODE_SELECT_DEFAULT -} GtkOpenWithDialogMode; - GType gtk_open_with_dialog_get_type (void) G_GNUC_CONST; GtkWidget * gtk_open_with_dialog_new (GtkWindow *parent, @@ -86,10 +74,6 @@ GtkWidget * gtk_open_with_dialog_new_for_content_type (GtkWindow *parent, GtkDialogFlags flags, const gchar *content_type); -void gtk_open_with_dialog_set_show_set_as_default_button (GtkOpenWithDialog *self, - gboolean show_button); -gboolean gtk_open_with_get_show_set_as_default_button (GtkOpenWithDialog *self); - GtkWidget * gtk_open_with_dialog_get_widget (GtkOpenWithDialog *self); #endif /* __GTK_OPEN_WITH_DIALOG_H__ */ -- 2.30.2